home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4496 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.6 KB

  1. Path: zib-berlin.de!news
  2. From: doc++@ZIB-Berlin.DE
  3. Newsgroups: comp.lang.c++
  4. Subject: DOC++ version 1.02beta released
  5. Date: 30 Jan 1996 17:37:11 GMT
  6. Organization: Konrad Zuse-Zentrum fuer Informationstechnik Berlin
  7. Message-ID: <4ell07$e31@newsserv.zib-berlin.de>
  8. Reply-To: doc++@ZIB-Berlin.DE
  9. NNTP-Posting-Host: vispar2.zib-berlin.de
  10.  
  11. Hi Net,
  12.  
  13. we would like to announce the second beta release of DOC++.
  14.  
  15. Thanks to all who gave us feedback and bug-reports !
  16.  
  17. We have changed the following:
  18.  
  19. Tue Jan 30  1996 ( release 1.02 (beta) ):
  20.       * added options -eo -ef -ep for controlling the LaTeX environment
  21.       * fixed internal bug causing assertation failiour on DOS machines
  22.       * constructors and destructors of baseclasses do no longer show
  23.         up in the HTML-list of inherited members.
  24.       * started a FAQ
  25.       * structs are now treated in the same way as classes 
  26.       
  27. Mon Jan 29  1996 ( release 1.01 (beta) ):
  28.       * renamed doc++.sty -> docxx.sty
  29.       * renamed html-table of contents from classesHIER.html -> HIER.html
  30.       * introduced shortcuts:
  31.         "/// " or "/*/ " for @ManMemo:
  32.         and
  33.         "//* " or "/** " for @Doc:
  34.       * new command line option for short filenames (required for DOS).
  35.       * bugfixes:
  36.         * The & should no longer disapear in HTML.
  37.         * Declarations like 
  38.           array<foo,bar> dummy; should work now.
  39.         * German umlauts like \"a are now converted to HTML.
  40.  
  41.  
  42. DOC++ is a documentation system for C++ programs featuring generation
  43.  
  44.  - HTML documentation
  45.       which allows one to browse through the classes using a standard
  46.       WWW reader such as netscape, 
  47.  
  48.  - LaTeX documentation
  49.       which provides you with a high quality hardcopy of your classes. 
  50.       In addition
  51.       the LaTeX output allows to generate a TeX-documented source code 
  52.       listing.
  53.  
  54. DOC++ follows the approach of maintaining one source code that contains 
  55. both, the C++ program itself along with the documentation in order to 
  56. prevent incompatibilities between the programm and its documentation. 
  57. Unlike other approaches such as WEB, however, sources documented with DOC++ 
  58. are ready to be compiled without need of any preprocessing (like tangle). 
  59. Instead, DOC++ documentation is enclosed in standard C++ comments /* ... */
  60. or // ... <new line>.
  61.  
  62. For more details, examples of the output and the tool itself have a look
  63. at
  64.  
  65.     http://www.ZIB-Berlin.DE/VisPar/doc++/doc++.html.
  66.  
  67. you can also get the package from
  68.  
  69.     ftp://ftp.zib-berlin.de/pub/vispar/doc++/
  70.  
  71. For suggestions and bug reports (along with a minimal example generating
  72. the error) contact
  73.  
  74.     doc++@zib-berlin.de 
  75.  
  76.  
  77.  
  78.  
  79.  
  80.